What are the different types of tokens in C language?
I'm studying the C programming language and I'm trying to understand the different types of tokens it uses. I know tokens are the smallest individual units in a program, but I'm confused about the specific types of tokens in C.